90% of the times, I use mkdir to create a new folder in the current directory, so the few times I want to create a new folder in a deeper path I always forget ...
The mkdir command creates a single directories or multiple directories. and with option -p If the parent directories don't exist, this command creates them.
The mkdir command creates one or more new directories specified by the Directory parameter. Each new directory contains the standard entries . (dot) and .. ( ...
If true , then any parent directories to the directory specified will also be created, with the same permissions. context. A context stream resource. Return ...